Xbasic

OBJECT.SET_DIRTY Function

Syntax

.Set_Dirty()

Description

Indiciates whether or not the layout has changed.

The <OBJECT>.SET_DIRTY() method applies to:

Alpha Anywhere (for <OBJECT> use the keyword "A5")
Control Panel (for <OBJECT> use the keyword "CONTROLPANEL")
Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.SET_DIRTY() method indicates that the layout has changed and needs to be saved.

Example

dim frm as P
frm = form.view("Customer Information")
frm.set_dirty()

Limitations

Desktop applications only.

See Also